Make make check work.
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 29 May 2008 23:12:21 +0000 (23:12 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 29 May 2008 23:12:21 +0000 (23:12 +0000)
svn path=/trunk/; revision=20242

ChangeLog
tests/Makefile.am

index c60fbf81d35676719473120055a780f65841c777..3f8b368dee43c04a78206472e86ca7d94d29943f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-05-29  Matthias Clasen <mclasen@redhat.com>
+
+       * tests/Makefile.am: Don't add testmountoperation to TEST_PROGS.
+
 2008-05-29  Tor Lillqvist  <tml@novell.com>
 
        Bug 535526 - updateiconcache.c: using open/close without prototype
index 4a17e97194c37cb80ef449261145faaa8ffc9792..00ec7328234d887cdb8536025dc9f2fc12c5190a 100644 (file)
@@ -52,9 +52,6 @@ TEST_PROGS                      += textbuffertest
 textbuffertest_DEPENDENCIES     = $(TEST_DEPS)
 textbuffertest_LDADD            = $(LDADDS)
 textbuffertest_SOURCES           = textbuffertest.c pixbuf-init.c
-if OS_UNIX
-TEST_PROGS                      += testmountoperation
-endif
 
 noinst_PROGRAMS =  $(TEST_PROGS)       \
        simple                          \
@@ -80,6 +77,7 @@ noinst_PROGRAMS =  $(TEST_PROGS)      \
        testinput                       \
        testmenus                       \
        testmenubars                    \
+       testmountoperation              \
        testmultidisplay                \
        testmultiscreen                 \
        testnotebookdnd                 \